home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
dbmap.dxr
/
00030.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-27
|
277 b
|
18 lines
on keyDown
EvalKeyPressed()
end
on idle
global gDBPictObjList
MyObj = getaProp(gDBPictObjList, GetObjProp())
ButtonList = GetButtonList(MyObj)
repeat with rc in ButtonList
doRollover(rc)
end repeat
doRolloverText(MyObj)
end
on exitFrame
go(the frame)
end